Typical Usage:
(1) One of the easiest typical usage of this bean is a counter of external occurrences implemented in the event. EVENTS.C unsigned int event_cntr=0; void EInt1_OnInterrupt(void) { ++event_cntr; /* increment event counter */ }
EVENTS.C unsigned int event_cntr=0; void EInt1_OnInterrupt(void) { ++event_cntr; /* increment event counter */ }